home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / monthw.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  163 b   |  9 lines

  1. on enterFrame
  2.   clearcurs()
  3.   set yubicurs to list(904, 905)
  4.   repeat with n = 2 to 26
  5.     set the cursor of sprite n to yubicurs
  6.   end repeat
  7.   updateStage()
  8. end
  9.